Platform Explorer / Nuxeo Platform 2023.10

Operation ARenderRedactCompletion (Save the redacted blob)

Description

Save the redacted blob to a copy of the original document.
Operation id ARenderRedactCompletion
Category Files
Label Save the redacted blob
Requires
Since

Parameters

Name Description Type Required Default value
originalDoc document yes  
nbRedactions integer no  

Signature

Inputs blob
Outputs document

Implementation Information

Implementation Class Class: com.nuxeo.ecm.arender.core.ARenderRedactCompletion
Contributing Component com.nuxeo.ecm.arender.content.redaction

JSON Definition

{
  "id" : "ARenderRedactCompletion",
  "label" : "Save the redacted blob",
  "category" : "Files",
  "requires" : null,
  "description" : "Save the redacted blob to a copy of the original document.",
  "url" : "ARenderRedactCompletion",
  "signature" : [ "blob", "document" ],
  "params" : [ {
    "name" : "originalDoc",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "nbRedactions",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}